home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / Developer University / DUProjects / Mnu / CWPPCDebug / Build next >
Encoding:
Text File  |  1996-08-16  |  439 b   |  11 lines  |  [TEXT/MPS ]

  1. # This script uses a combination of MPW scripts and AppleEvents sent to CodeWarrior
  2. # to build a DevUniv sample Part (Debug Build) 
  3. #
  4. # This script also assumes that you have placed UserStartup•ODF in your MPW folder.
  5.  
  6. set PartName Mnu
  7. ###### 
  8. Directory "{ODFDev}DUProjects:{PartName}:CWPPCDebug:"
  9. FWBuild -Metrowerks "{ODFDev}DUProjects:{PartName}:Sources:{PartName}.SOM"
  10. FWBuildCW "{ODFDev}DUProjects:{PartName}:CWPPCDebug:{PartName}.π"
  11.